home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / liveskin.xml272 < prev    next >
Text File  |  2007-11-03  |  5KB  |  86 lines

  1. <settings>
  2.     <!-- name colors --> 
  3.     <NamedColors>            
  4.         <NamedColor name="NormalListing" color="Black"/>
  5.         <NamedColor name="ReminderListing" color="Horizontal:#000022-#000088"/>
  6.         <NamedColor name="ScheduledListing" color="Horizontal:#220000-#880000"/>                                
  7.         <NamedColor name="SelectedListing" color="Horizontal:#002200-#008800"/>        
  8.         <NamedColor name="SelectedReminderListing" color="Horizontal:#000044-#0000BB"/>
  9.         <NamedColor name="SelectedScheduledListing" color="Horizontal:#440000-#BB0000"/>
  10.         <NamedColor name="ConflictListing" color="Horizontal:#442200-#AA5533"/>        
  11.         <NamedColor name="SelectedConflictListing" color="Horizontal:#664422-#CC8844"/>
  12.         <!-- the surrounds must be solid colours for now -->
  13.         <NamedColor name="ListingSurround" color="DarkGray"/>        
  14.         <NamedColor name="ChannelIconSurround" color="Black"/>
  15.         <NamedColor name="ChannelNameRectangle" color="#111133"/>    
  16.         <NamedColor name="SelectedListingSurround" color="White"/>        
  17.     </NamedColors>    
  18.  
  19.     <!-- text style -->
  20.     <TextStyles>
  21.         <TextStyle name="ListingStyle" color="White" size="11"/>
  22.         <TextStyle name="TimelineStyle" color="White" size="11"/>
  23.     </TextStyles>
  24.  
  25.     <!-- placements -->
  26.     <Placements>
  27.         <Placement name="Listings" loc="25,71" size="70,25" rows="3" brightenCurrentShowsPercent="16"/>
  28.         <Placement name="ChannelNames" loc="3,71" size="20.5,25" rows="3"/>
  29.         <Placement name="TimeLine" loc="0,64.5" size="100,5"/>
  30.         <Placement name="SelectedShowDetails" loc="0,110" size="10,10"/>
  31.         <Placement name="CurrentIndicatorDown" loc="23.25,69.7" />
  32.         <Placement name="CurrentIndicatorUp" loc="23.25,96" />
  33.         <Placement name="CurrentTime" loc="82,3" />
  34.         <Placement name="Background" loc="0,64.5" />
  35.     </Placements>    
  36.     
  37.     <!-- Composite Images -->    
  38.     <CompositeImages>
  39.         <CompositeImage name="TimeLine" size="100,5">
  40.             <DrawRect loc="0,0" size="100,100" fillColor="Black"/>
  41.             <DrawImage filename="@statusHighlighting" loc="25,0" size="70,100" />
  42.             <DrawText text="@visibleDate2" loc="0,5" size="25,90" textStyle="TimelineStyle" align="Center" valign="center"/>
  43.             <!-- 2hr -->
  44.             <DrawText text="@time1" loc="25,5" size="20,90" textStyle="TimelineStyle" align="Left" valign="center"/>
  45.             <DrawText text="@time2" loc="42.2,5" size="20,90" textStyle="TimelineStyle" align="Left" valign="center"/>
  46.             <DrawText text="@time3" loc="59.4,5" size="20,90" textStyle="TimelineStyle" align="Left" valign="center"/>
  47.             <DrawText text="@time4" loc="76.6,5" size="20,90" textStyle="TimelineStyle" align="Left" valign="center"/>
  48.         </CompositeImage>
  49.  
  50.         <CompositeImage name="Background" size="100,35.5">
  51.             <DrawRect loc="0,0" size="100,100" fillColor="#B5000000"/>
  52.         </CompositeImage>
  53.         
  54.         <CompositeImage name="CurrentTime" size="13,4.5">            
  55.             <DrawText text="@currentTime" loc="0,0" size="100,100" textStyle="TimelineStyle" align="Right" valign="center"/>
  56.         </CompositeImage>
  57.  
  58.         <CompositeImage name="CurrentIndicatorDown" size="1.2,1.2">            
  59.             <DrawImage filename="Indicator-Down.png" loc="0,0" size="100,100"/>
  60.         </CompositeImage>
  61.  
  62.         <CompositeImage name="CurrentIndicatorUp" size="1.2,1.2">
  63.             <DrawImage filename="Indicator-Up.png" loc="0,0" size="100,100"/>
  64.         </CompositeImage>
  65.  
  66.         <CompositeImage name="SelectedShowDetails" size="100,18">
  67.             <DrawRect loc="0,0" size="100,100" fillColor="Black"/>
  68.             <!-- icon and name -->
  69.             <DrawText text="@showTitleSubtitle" loc="5,2" size="62,20" textStyle="GeneralTextHeaderStyle" align="Left"/>
  70.             <DrawText text="@duration" loc="50,2" size="45,20" textStyle="GeneralTextHeaderStyle" align="Right"/>
  71.             <DrawText text="@showDescription" loc="5,20" size="90,80" textStyle="GeneralTextStyle" align="Left"/>
  72.         </CompositeImage>
  73.  
  74.         <CompositeImage name="ChannelHeaderItem" size="20.5,9.0">
  75.             <DrawRect loc="0,3" size="100,95" fillColor="Black"/> 
  76.             <!-- icon and name -->            
  77.             <DrawImage filename="@channelIcon" visible="@showIconAndName" fixedAspectRatio="true" loc="5,5" size="30,90"/>
  78.             <DrawText text="@channelName" visible="@showIconAndName" loc="36,5" size="62,90" textStyle="ListingStyle" align="Left" valign="center"/>
  79.             <!-- number and name -->
  80.             <DrawText text="@channelNumber" visible="@showNumberAndName" loc="5,5" size="34,90" textStyle="ListingStyle" align="Left" valign="center"/>
  81.             <DrawText text="@channelName" visible="@showNumberAndName" loc="36,5" size="62,90" textStyle="ListingStyle" align="Left" valign="center"/>
  82.             <!-- only name -->
  83.             <DrawText text="@channelName" visible="@showOnlyName" loc="5,5" size="95,90" textStyle="ListingStyle" align="Left" valign="center"/>
  84.         </CompositeImage>       
  85.     </CompositeImages>             
  86. </settings>